autoconf: change AX_ARG_{DISABLE/ENABLE}_AND_EXPORT to make more sense
authorRoger Pau Monne <roger.pau@entel.upc.edu>
Tue, 3 Apr 2012 17:02:46 +0000 (18:02 +0100)
committerRoger Pau Monne <roger.pau@entel.upc.edu>
Tue, 3 Apr 2012 17:02:46 +0000 (18:02 +0100)
commit43774fe3f123f6bcf67da9e979a035e3d43a4461
treec65e26543bad4f4448cb2833fba847939b841b85
parent436292b074c4f888e4b8c9ffa32c73ab823218c2
autoconf: change AX_ARG_{DISABLE/ENABLE}_AND_EXPORT to make more sense

Change disable/enable feature macros to have a more significative name
of what they actually do, to avoid confusions.

New macros have the following names:

AX_ARG_DEFAULT_ENABLE: feature is enabled by default, provides the
--disable-{feature} option to disable it.

AX_ARG_DEFAULT_DISABLE: feature is disabled by default, provides the
--enable-{feature] option to enable it.

Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
config/Tools.mk.in
tools/configure
tools/configure.ac
tools/m4/disable_feature.m4 [deleted file]
tools/m4/enable_feature.m4 [deleted file]
tools/m4/features.m4 [new file with mode: 0644]